home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-07-13 | 2.0 KB | 57 lines | [TEXT/MPS ] |
- #********************************************************************************
- # *
- # File: Drafter.MAmake *
- # *
- # Description: Makefile for MacApp® Drafter. *
- # *
- # Danie Underwood *
- # *
- # Apple Integrated Systems *
- # *
- # Copyright ©1990 Apple Computer, Inc. All rights reserved. *
- # *
- #********************************************************************************
-
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
- AppName =MacApp∂®∂ Drafter
-
-
- #---------------------------------------------------------------------------------------------------
- # List here the MacApp building blocks that your application uses
- # if you want to be dependent on less than the full set.
- BuildingBlockIntf = ∂
- "{MAPInterfaces}UTEView.p" ∂
- "{MAPInterfaces}UList.p" ∂
- "{MAPInterfaces}UGridView.p" ∂
- "{MAPInterfaces}UDialog.p"
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces =
-
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{CLibraries}"CInterface.o ∂
- "{CLibraries}"CRuntime.o
-
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
-
-
-
- #---------------------------------------------------------------------------------------------------
- # List resource files that the Rez file includes if you want to include
- # more or less than the standard set
- OtherRsrcFiles = ∂
- "{SrcApp}MacApp∂®∂ Drafter.resources" ∂
- "{SrcApp}MacApp∂®∂ DrafterViews.r" ∂
- "{SrcApp}MacApp∂®∂ DrafterData.r"
-
-
-